@charset "UTF-8";
/*
* 列表公共部分
*/
.list_a{
    display: block;
    overflow: hidden;
    position: relative;
}
.imgDiv{
    display: block;
    overflow: hidden;
    position: relative;
    padding-top: 66.66666667%;
}
.imgDiv img{
    display: block;
    width: 100%;
    height: 100%;
    *height: auto;
    position: absolute;
    left: 0px;
    top:0px;
}
.scaleImg img{
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.scaleImg:hover img{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.listTit{
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 30px;
    height: 30px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.listName{
    font-size: 14px;
    color:#666;
    line-height: 20px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.listName:hover,
.list_a:hover .listName,
.list_a:hover .listTit{
    color:#57c282;
}
.listIntr{
    font-size: 14px;
    color:#999;
    line-height: 25px;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.listTime{
    font-size: 14px;
    color:#999;
    overflow: hidden;
    line-height: 20px;
}
.listTime i{
    color:#999;
}
.listDeta{
    overflow: hidden;
}
.icon{
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 3;
}
.eyes{
    background: rgba(0,0,0,0.5) url(../images/eyes.png) no-repeat center center;
}
.play{
    background: rgba(0,0,0,0.5) url(../images/play.png) no-repeat center center;
}

.autoImg{
    position: relative;
    overflow: hidden;
    padding-top: 66.66666667%;
    background: #fafafa;
}
.autoImg img{
    max-width: 100%;
    max-height: 100%;
    left: 50%;
    top: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

/*
* css截取字符串
*/

.clamp1{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.clamp2{
    word-break: break-all;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp3{
    word-break: break-all;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp4{
    word-break: break-all;
    display: -webkit-box !important;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp5{
    word-break: break-all;
    display: -webkit-box !important;
    -webkit-line-clamp: 5 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp6{
    word-break: break-all;
    display: -webkit-box !important;
    -webkit-line-clamp: 6 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*
* 内容垂直居中
*/
.tableCont{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top:0px;
    z-index: 5;
}
.table{
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: table;
}
.tableCell{
    display: table-cell;
    overflow: hidden;
    vertical-align: middle;
}

/*
* page ycj
*/
.page{padding:5px 0;text-align: center;clear: both;font-size: 14px;}
.page a{display: inline-block;overflow: hidden;padding:12px 18px;color:#999999;border-radius:3px;background: #fff;}
.page a:hover{background: #57c282;color: #fff;}
.page a.hover{background: #57c282;color: #fff;}
.page input{display: inline-block;vertical-align: middle;height: 22px;border: 1px solid #e6e6e6;position: relative; top: -2px;}
.page input.pageDetail{width: 30px; height: 30px; text-align: center; border-radius: 3px; color: #999999; position: relative; top: -13px;}
.page label{color:#999999;position: relative;top: -11px;}
.page input.page_bnt{border: none; width: 30px; height: 25px; cursor: pointer; background: none; color: #999999; position: relative; top: -13px;}

.page a div{
    width: 11px;
    height: 19px;
    background-position: center center;
    background-repeat: no-repeat;
}
.page a.firstPage div{background-image: url(../images/page/firstPage.png)}
.page a.prevPage div{background-image: url(../images/page/prevPage.png)}
.page a.nextPage div{background-image: url(../images/page/nextPage.png)}
.page a.lastPage div{background-image: url(../images/page/lastPage.png)}

.page a.firstPage:hover div{background-image: url(../images/page/firstPageH.png)}
.page a.prevPage:hover div{background-image: url(../images/page/prevPageH.png)}
.page a.nextPage:hover div{background-image: url(../images/page/nextPageH.png)}
.page a.lastPage:hover div{background-image: url(../images/page/lastPageH.png)}

.page a.firstPage.disabled{background:#E2E2E2;}
.page a.prevPage.disabled{background:#E2E2E2;}
.page a.nextPage.disabled{background:#E2E2E2;}
.page a.lastPage.disabled{background:#E2E2E2;}

.page a.firstPage.disabled div{background-image: url(../images/page/firstPage.png)}
.page a.prevPage.disabled div{background-image: url(../images/page/prevPage.png)}
.page a.nextPage.disabled div{background-image: url(../images/page/nextPage.png)}
.page a.lastPage.disabled div{background-image: url(../images/page/lastPage.png)}


/*
* 全文列表 kis2
*/
.txtList_dl{
    overflow: hidden;
}
.txtList_dl dd{
    padding: 10px 0px;
    overflow: hidden;
}
.txtList_dl dd .list_a{
    background: #f4f4f4;
    border: 1px solid #e7e7e7;
    padding: 50px 35px;
}
.txtList_dl .listName{
    font-size: 22px;
    color:#434343;
    height: 30px;
    line-height: 30px;
}
.txtList_dl dd.odd .list_a{
    background: #fff;
}
.txtList_dl .listIntr{
    height: 50px;
    color:#929292;
}
.txtList_dl .listTime{
    color:#3a3a3a;
    font-size: 15px;
}
.txtList_dl .txtImg{
    width: 300px;
}
/*
* 图文列表 kis2
*/
.textImg_dl{
    overflow: hidden;
}
.textImg_dl dd{
    padding: 15px 0px;
    overflow: hidden;
}
.textImg_dl .list_a{
    background: #fff;
}
.txtImg{
    overflow: hidden;
    width: 285px;
    position: relative;
    margin-right: 30px;
}
.txtImg .imgDiv{
    padding-top: 54.0023895%;
}
.txtImgTime{
    width: 60px;
    height: 65px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 3;
    padding-top: 5px;
    background: url(../images/timeBg.png) no-repeat center center;
}
.txtImgTime span{
    display: block;
    overflow: hidden;
    font-size: 24px;
    color:#fff;
    text-align: center;
}
.txtImgTime i{
    display: block;
    overflow: hidden;
    font-size: 12px;
    color:#fff;
    text-align: center;
}
.textImg_dl .listDeta{
    padding: 30px 0px;
}
.textImg_dl .listName{
    font-size: 20px;
}
.textImg_dl .listIntr{
    height: 50px;
    padding-right: 30px;
}
/*
* 图文列表 kis2
*/
.textImg_dl2{
    overflow: hidden;
    margin: 0px -22px 0px 23px;
}
.textImg_dl2 dd{
    width: 33.3333333%;
    overflow: hidden;
    float: left;
    display: inline;
    padding: 22px 0px 23px 0px;
}
.textImg_dl2 .list_a{
    background: #fff;
    margin: 0px 22px 0px 23px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.textImg_dl2 .list_a:hover{
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}
.textImg_dl2 .imgDiv{
    padding-top: 54.0023895%;
}
.textImg_dl2 .listDeta{
    overflow: hidden;
    padding: 20px 30px;
}
.textImg_dl2 .listIntr{
    height: 50px;
}
.textImg_dl2 .listTime{
    color:#666;
}
/*
* 全图列表1 kis2
*/
.imgList_dl1{
    margin: 0px -10px;
}
.imgList_dl1 dd{
    width: 33.33333333%;
    overflow: hidden;
    float: left;
    display: inline;
    padding: 10px 0px;
}
.imgList_dl1 .list_a{
    margin: 0px 10px;
    background: #fff;
    text-align: center;
}
.imgList_dl1 .imgDiv{
    padding-top: 54.0023895%;
}
.imgList_dl1 .listDeta{
    padding: 10px 15px;
}
.imgList_dl1 .list_a{
    background: #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.imgList_dl1 .list_a:hover{
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

/*
* 全图列表2 kis2
*/
.imgList_dl2{
    margin: 0px -10px;
}
.imgList_dl2 dd{
    width: 25%;
    overflow: hidden;
    float: left;
    display: inline;
    padding: 10px 0px;
}
.imgList_dl2 .list_a{
    margin: 0px 10px;
    background: #fff;
    text-align: center;
}
.imgList_dl2 .imgDiv{
    padding-top: 133.33333333%;
}
.imgList_dl2 .listDeta{
    padding: 10px 15px;
}
.imgList_dl2 .list_a{
    background: #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.imgList_dl2 .list_a:hover{
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

/*
* 全图列表4 kis2
*/
.imgList_dl4{
    margin: 0px -10px;
}
.imgList_dl4 dd{
    width: 33.333333333%;
    overflow: hidden;
    float: left;
    display: inline;
    padding: 10px 0px;
}
.imgList_dl4 .list_a{
    margin: 0px 10px;
    background: #fff;
    text-align: center;
}
.imgList_dl4 .imgDiv{
    padding-top: 133.33333333%;
}
.imgList_dl4 .listDeta{
    padding: 10px 15px;
}
.imgList_dl4 .list_a{
    background: #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.imgList_dl4 .list_a:hover{
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

/*
* 全图列表5 kis2
*/
.imgList_dl5{
    margin: 0px -10px;
}
.imgList_dl5 dd{
    width: 33.333333333%;
    overflow: hidden;
    float: left;
    display: inline;
    padding: 10px 0px;
}
.imgList_dl5 .list_a{
    margin: 0px 10px;
    background: #fff;
    text-align: center;
}
.imgList_dl5 .imgDiv{
    padding-top: 54.0023895%;
}
.imgList_dl5 .listDeta{
    padding: 10px 15px;
}
.imgList_dl5 .list_a{
    background: #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.imgList_dl5 .list_a:hover{
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}


/**
 * 电子期刊（竖）
 * @author 杨朝杰
 * @return
 */
.bookList1{
    margin: 0px -10px;
}
.bookList1 dd{
    width: 25%;
    overflow: hidden;
    float: left;
    display: inline;
    padding: 10px 0px;
}
.bookList1 .list_a{
    margin: 0px 10px;
    background: #fff;
    text-align: center;
	-webkit-animation:gfadeIn 0.6s 0.8s both; 
	-moz-animation:gfadeIn 0.6s 0.8s both; 
	animation:gfadeIn 0.6s 0.8s both;
    transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
}
.bookList1 .list_a:hover{
    box-shadow: 0 0px 25px rgba(0,0,0,0.1);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    transform: translate3d(0, -2px, 0);
    -webkit-transform: translate3d(0, -2px, 0);
    -o-transform: translate3d(0, -2px, 0);
    -moz-transform: translate3d(0, -2px, 0);
}
.bookList1 .imgDiv{
    padding-top: 133.33333333%;
}
.bookList1 .listDeta{
    padding: 10px 15px;
}
.imgList_dl2 .list_a{
    background: #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.imgList_dl2 .list_a:hover{
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

/**
 * 电子期刊（横）
 * @author 杨朝杰
 * @return
 */
.bookList2{
    margin: 0px -10px;
}
.bookList2 dd{
    width:33.3333%;
    overflow: hidden;
    float: left;
    display: inline;
    padding: 10px 0px;
}
.bookList2 .list_a{
    margin: 0px 10px;
    background: #fff;
    text-align: center;
	-webkit-animation:gfadeIn 0.6s 0.8s both; 
	-moz-animation:gfadeIn 0.6s 0.8s both; 
	animation:gfadeIn 0.6s 0.8s both;
    transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
}
.bookList2 .list_a:hover{
    box-shadow: 0 0px 25px rgba(0,0,0,0.1);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    transform: translate3d(0, -2px, 0);
    -webkit-transform: translate3d(0, -2px, 0);
    -o-transform: translate3d(0, -2px, 0);
    -moz-transform: translate3d(0, -2px, 0);
}
.bookList2 .imgDiv{
    padding-top:66.67%;
}
.bookList2 .listDeta{
    padding: 10px 15px;
}
.imgList_dl2 .list_a{
    background: #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.imgList_dl2 .list_a:hover{
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

/**
 * 文章详细页（标题、时间、内容、附件）
 * @author 杨朝杰
 * @return
 */
/* ————— 视频 start ————— */
.newsViewVideo{width: 700px;height: 395px;margin: 0 auto;position: relative;}
.newsViewVideo #col1mui-player{height: 100% !important;cursor: pointer;}
.newsViewVideo #muiPlaybtn{position: absolute;left: 0;top: 0;background: url(../images/play.png) no-repeat center center;width: 100%;height: 100%;display: block;z-index: 999;cursor: pointer;}
/* ————— 视频 end ————— */
.viewCont{
    padding: 35px;
    overflow: hidden;
    background: #fff;
}
.pageBox{
    min-height:300px;
    height:auto !important;
    height:300px;
    clear:both;
    overflow:hidden;
    padding:40px 60px; 
    background:#fff;
    -webkit-animation: gfadeIn 0.6s 0.6s both;
    -moz-animation: gfadeIn 0.6s 0.6s both;
    animation: gfadeIn 0.6s 0.6s both;
    }
.articleTitle{
    padding:20px 0 0px 0;
    font-size:30px;
    line-height:45px;
    color:#141414;
    text-align: center;
    font-weight:bold;
}
.contactSubTit{
    overflow: hidden;
    font-size: 18px;
    color:#333;
    text-align: center;
    padding: 10px 0px;
    line-height: 30px;
}
.articleTime {
    line-height: 30px;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    color: #666;
    font-size: 14px;
    padding: 20px 0px 30px 0px;
}
.articleTime .center{
    display: inline-block;
}
.article_fz{
    position:relative;
    cursor:pointer;
    margin: 0px 20px;
}
.article_fzBox{
    width:100%;
    overflow:hidden;
    position:absolute;
    top:30px;
    left:0;
    z-index:9999;
    opacity:0;
    transform:rotateX(90deg);
    -webkit-transform:rotateX(90deg);
    transition:all 0.3s linear;
    -webkit-transition:all 0.3s linear;
    transform-origin:center top;
    -webkit-transform-origin:center top;
}
.article_fz:hover .article_fzBox{
    opacity:1;
    transform:rotateX(0deg);
    -webkit-transform:rotateX(0deg);
}
.article_fzBox span{
    display:block;
    height:20px;
    background:#f5f5f5;
    font-size:14px;
    color:#666;
    text-align:center;
    line-height:20px;
    cursor:pointer;
}
.article_fzBox span:hover{
    background:#cf3827;
    color:#fff;
}
.article_fzBox span.hover{
    background:#cf3827;
    color:#fff;
}
.newsShare{
    overflow: hidden;
}
.shareBox .sharejs_list  .sharejs_item{position:relative;z-index: 100}
/* ————— 发布信息 end ————— */
/* ————— 分享 start ————— */
.articleShare {display: inline-block;vertical-align: middle;}
.articleShare .shareParent .shareItem{vertical-align: middle;}

.articleShare .sharejs_icon.icon_SinaWeibo {
    border-color: #e55f5f !important;
    background: #e55f5f !important;
    color: #fff !important;
}
.articleShare .sharejs_icon.icon_SinaWeibo:hover{
    opacity: .8;
    border-color: #e55f5f !important;
    background: #e55f5f !important;
    color: #fff !important;
}
.articleShare .sharejs_icon.icon_SinaWeibo:hover{
    opacity: .8;
}
.articleShare .sharejs_icon.icon_WeChat {
    border-color: #57bb1f !important;
    background: #57bb1f !important;
    color: #fff !important;
}
.articleShare .sharejs_icon.icon_WeChat:hover{
    opacity: .8;
    border-color: #57bb1f !important;
    background: #57bb1f !important;
    color: #fff !important;
}
.fontBt span{ cursor:pointer; padding:0 2px;}
.fontBt span:hover,.fontBt span.hover{ color:#ff0000;}
.articleBox {
    overflow:hidden;
    font-size: 14px;
    color: #747474;
    line-height: 30px;
    padding:20px 0 0 0;
}
.articleBox a{
    font-size: 14px;
    color:#57c282;
}
.articleBox img{ max-width:100%;}

.articleHand{
    clear:both;
    font-size:16px;
    overflow: hidden;
    padding:10px 0 0 0;
    }
.articleHand a{
    display:block;
    line-height:32px;
    padding:10px 20px 10px 30px;
    float:left;
    background:url(../images/file.png) no-repeat left center; 
}
.articleHand a.word{background:url(../images/word.png) no-repeat left center; color:#37a6ff !important; }
.articleHand a.ppt,.articleHand a.pptx{background:url(../images/ppt.png) no-repeat left center; color:#ff7735 !important;}
.articleHand a.excel{background:url(../images/excel.png) no-repeat left center; color:#15bf44 !important; }
.articleHand a.pdf{background:url(../images/pdf.png) no-repeat left center; color:#1369c0 !important; }
.articleHand a.zip{background:url(../images/zip.png) no-repeat left center; color:#ff9779 !important; }

.codeBox{
    clear:both;
    background:#fff;
    text-align:center;
    padding:20px;
    }
.codeBox p{
    display:block;
    line-height:40px;
    font-size:14px;
    }
    
/**
 * 文章阅读页-内容上部大图
 */
#play{
    width:800px;
    height:535px;
    position:relative;
    overflow: hidden;
    background:#fff;
    border:1px solid #e9e9e9;
    padding:5px;
    margin:20px auto 0 auto;
}
#play .change_a {
    width:40%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    cursor: pointer;
    display: block;
    overflow: hidden;
    background:url(about:blank);
}
#play .prev_a {left: 0;}
#play .next_a {right: 0}
#play .change_a span {
    width: 24px;
    height: 43px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    display: none
}
#play .prev_a span {background: url(../images/article_icon.png) no-repeat 0px -50px;left: 0;}
#play .next_a span {background: url(../images/article_icon.png) no-repeat -30px -50px;right: 0;}
#play .img_ul {
    position: relative;
    z-index: 1;
    width:800px;
    height:535px;
}
#play .img_ul li{
    position: relative;
    z-index: 1;
    width:800px;
    height:535px;
    background:#fff;
    margin:0 0 5px 0;
}
#play .img_ul li img{position:absolute;}
.imgMove{width:800px;clear:both;margin:20px auto;position:relative;}
.img_hd {
    margin:0 auto;
    overflow: hidden;
    height:60px;
    position:relative;
}
.img_hd ul {
    position: absolute;
    z-index: 1
}
.img_hd ul li {
    float: left;
    height:47px;
    width:70px;
    padding:3px;
    margin:0 7px;
    cursor: pointer;
    background:#fff;
    border:1px solid #d4d4d4;
    position:relative;
}
.img_hd ul li p{
    height:47px;
    width:70px;
    display:block;
    background:#fff;
    position:relative;
    }
.img_hd ul li i{
    display:block;
    clear:both;
    line-height:20px;
    padding:0 5px;
    background:#000;
    color:#fff;
    position:absolute;
    right:3px;
    bottom:3px;
    z-index:99999999999999;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    font-family:Arial;
    font-size:12px;
    font-style:normal;
    }
.img_hd ul li img {position:absolute;height:47px;width:70px;}
.img_hd ul li.on {border:1px solid #ff7741;background:#ff7741;}
.imgMove .bottom_a {
    width:20px;
    height:25px;
    display: block;
    cursor: pointer;
    z-index: 10;
    float:left;
    top:15px;
    position:absolute;
    z-index:9999999999999;
    background:url(../images/article_icon.png) no-repeat;
}
.imgMove .prev_a {background-position:left top;left:0;}
.imgMove .next_a {background-position:right top;right:0;}

.articlePage{
    clear:both;
    text-align:center;
    overflow:hidden;
    padding:20px 0;
    }
.articlePage a{
    display: inline-block;
    padding: 8px 15px;
    color: #444;
    border-radius: 2px;
    margin: 0 2px;
    background: #E2E2E2;
    }
.articlePage a:hover,.articlePage a.hover{
    color:#fff;
    background:#666;
    }
    
.pageUp{
    clear:both;
    overflow:hidden;
    line-height:35px;
    font-size:16px;
    padding:20px 170px 0 0;
    border-top: 1px solid #e4e4e4;
    position: relative;
}
.pageUp a{color:#666;}
.pageUp a:hover{
    color:#d92a35;
}
a.backList{
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    background: #57c282;
    font-size: 15px;
    color:#fff !important;
    text-align: center;
    padding: 0px 30px;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -20px;
}
/**
 * 分享
 * @author 杨朝杰
 * @return
 */
.ShareBox {
    overflow: hidden;
    clear:both;
}
.ShareBox p {
    display: block;
    overflow: hidden;
    float: left;
}
.ShareBox i {
    clear:both;
    display: block;
    font-size:12px;
    color:#666;
    text-align: center;
    overflow: hidden;
    margin:5px 0px;
    display:none;
}
.ShareBox span {
    font-size: 14px;
    line-height: 30px;
    float:left;
}
.ShareBox a{
    padding: 0 !important;
    width: 30px !important;
    height: 30px !important;
    margin: 0 7px 0 0 !important;
    }
.ShareBox .bds_weChat{background: url(../images/share/shareBt5.png) no-repeat center center !important;background-size:100%!important;}
.ShareBox .bds_tsina{background: url(../images/share/shareBt1.png) no-repeat center center !important;background-size:100%!important;}
.ShareBox .bds_tqq{background: url(../images/share/shareBt2.png) no-repeat center center !important;background-size:100%!important;}
.ShareBox .bds_qzone{background: url(../images/share/shareBt3.png) no-repeat center center !important;background-size:100%!important;}
.ShareBox .bds_douban{background: url(../images/share/shareBt4.png) no-repeat center center !important;background-size:100%!important;}
.ShareBox .bds_sqq{background: url(../images/share/shareBt6.png) no-repeat center center !important;background-size:100%!important;}
.ShareBox .f_more{background:url(../images/footShare.png) no-repeat -111px 0px !important;}

.articleBox table{
    margin:auto;
}
/* ========== 医疗器械首页 start ========== */
.imghover .pic{ overflow:hidden;}/* 设置图片经过放大 */
.imghover img{ overflow:hidden; transition: all 0.3s linear; -webkit-transition: all 0.3s linear;}/* 设置图片经过放大 */
.imghover:hover img{ transform:scale(1.05); -webkit-transform:scale(1.05);}/* 设置图片经过放大 */
.clearC:after {display: block;content: ' ';clear: both;visibility: hidden;}
.ylby_ylqxBox{background: url(../images/ylby/ylqxBg2.png);overflow: hidden;background-size: 100% 100%;}
.ylby_ylqxSearch{padding: 15px 30px;background: rgba(0,0,0,0.4);width: 780px;margin: 0 auto;}
.ylby_ylqxSearch .searchDiv{width: 600px;float: left;display: inline;border-radius: 4px;background: #FFFFFF;margin-right: 15px;}
.ylby_ylqxSearch .searchDiv input{width: 100%;height: 40px;line-height: 40px;background: none;border: none;box-sizing: border-box;-webkit-box-sizing: border-box;font-size: 16px;color: #666;padding: 0 10px;}
.ylby_ylqxSearch .ylqxSearchBtn{display: block;width: 165px;height: 40px;overflow: hidden;background: #deaa49;text-align: center;line-height: 40px;font-size: 16px;color: #fff;letter-spacing: 12px;text-indent: 12px;}
.ylby_ylqxTitle{font-size: 0;overflow: hidden;text-align: center;}
.ylby_ylqxTitle .title{display: inline-block;padding: 0 30px;position: relative;font-size: 35px;color: #454545;height: 50px;line-height: 50px;overflow: hidden;}
.ylby_ylqxTitle .title::before{content: '';display: block;width: 100%;height: 15px;border-radius: 8px;background: #73d8d4;position: absolute;left: 0;bottom: 0;}
.ylby_ylqxTitle .title span{margin: 0 20px;z-index: 5;position: relative;}
.ylby_ylqxList1Dl{overflow: hidden;}
.ylby_ylqxList1Dl dd{height: 600px;position: relative;overflow: hidden;}
.ylby_ylqxList1Dl dd.dd1 .ball{width: 113px;height: 143px;position: absolute;background: url(../images/ylby/ball1.png) no-repeat center left;background-size: auto 143px;left: 0;bottom: 170px;}
.ylby_ylqxList1Dl dd.dd2 .ball{width: 130px;height: 208px;position: absolute;background: url(../images/ylby/ball2.png) no-repeat center right;background-size: auto 208px;right: 0;bottom: 150px;}
.ylby_ylqxList1Dl dd.dd3 .ball{width: 146px;height: 204px;position: absolute;background: url(../images/ylby/ball3.png) no-repeat center left;background-size: auto 204px;left: 0;bottom: 55px;}
.ylby_ylqxList1Dl dd.dd4 .ball{width: 192px;height: 152px;position: absolute;background: url(../images/ylby/ball4.png) no-repeat center right;background-size: auto 152px;right: 0;bottom: 150px;}
.ylby_ylqxList1Dl dd::after{content: '';display: block;width: 100%;height: 99px;position: absolute;top: 150px;}
.ylby_ylqxList1Dl dd.odd::after{right: 0;background: url(../images/ylby/line1.png) no-repeat right center;background-size: auto 99px;}
.ylby_ylqxList1Dl dd.dd4::after,
.ylby_ylqxList1Dl dd.even::after{left: 0;background: url(../images/ylby/line2.png) no-repeat left center;background-size: auto 110px;}
.ylby_ylqxList1Dl dd::before{content: '';display: block;width: 100%;position: absolute;left: 0;bottom: 0;}
.ylby_ylqxList1Dl dd.odd::before{height: 251px;background: url(../images/ylby/ylqxBgR.png)no-repeat right bottom;background-size: auto 251px;}
.ylby_ylqxList1Dl dd.even::before{height: 266px;background: url(../images/ylby/ylqxBgL.png)no-repeat left bottom;background-size: auto 266px;}
.ylby_ylqxList1Dl dd.dd4::before{height: 266px;background: url(../images/ylby/ylqxBg.png)no-repeat left bottom;background-size: auto 266px;}
.ylby_ylqxList1Dl dd .imgBox{position: relative;z-index: 5;}
.ylby_ylqxTabBox{overflow: hidden;}
.ylby_ylqxTab,
.ylby_ylqxTabC{margin: 0 15px;}
.ylby_ylqxTabDl{overflow: hidden;background: #FFFFFF;border-radius: 10px;position: relative;}
.ylby_ylqxTabDl dd{float: left;display: inline;width: 25%;height: 94px;line-height: 94px;overflow: hidden;text-align: center;font-size: 35px;color: #363636;cursor: pointer;border-radius: 10px;transition: all 0.4s linear;-webkit-transition: all 0.4s linear;z-index: 5;position: relative;}
.ylby_ylqxTabDl dd:hover,
.ylby_ylqxTabDl dd.hover{color: #FFFFFF;background: #99d9d9;}
.menuIcon div{border-radius: 10px;}
.ylby_ylqxList2Dl{overflow: hidden;margin-right: -68px;min-height: 200px;text-align: center;font-size: 30px;line-height: 300px;}
.ylby_ylqxList2Dl dd{float: left;display: inline;width: 33.3333%;}
.ylby_ylqxList2Dl dd .con{margin-right: 68px;}
.ylby_ylqxList2Dl dd .con .pic::before{padding-top: 100%;background: #FFFFFF;}
.ylby_ylqxList2Dl dd .con .text{padding: 16px 0 18px;}
.ylby_ylqxList2Dl dd .con .title{font-size: 0;text-align: center;padding: 0;display: block;}
.ylby_ylqxList2Dl dd .con .title a{display: inline-block;font-size: 22px;color: #454545;max-width: 100%;height: 36px;line-height: 36px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;transition: all 0.4s linear;-webkit-transition: all 0.4s linear;}
.ylby_ylqxList2Dl dd .con:hover .title a{color: #00bbb4;}
.ylby_ylqxList2Dl dd .con .info{height: 32px;line-height: 32px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 16px;color: #454545;text-align: center;}
.ylby_ylqxTabMore{font-size: 0;text-align: center;margin-bottom: 145px;padding: 40px 15px;}
.ylby_ylqxTabMore a{display: block;background: #00bbb4;height: 94px;line-height: 94px;overflow: hidden;border-radius: 10px;font-size: 35px;color: #ffffff;transition: all 0.4s linear;-webkit-transition: all 0.4s linear;}
.ylby_ylqxTabMore a:hover{box-shadow: 0 0px 30px 0px rgba(0,187,180,0.5);}
.ylby_ylqxTabMore a span{display: inline-block;padding-right: 20px;position: relative;}
.arrowIconR{display: inline-block;width: 10px;height: 10px;border-top: solid 2px currentColor;border-right: solid 2px currentColor;-webkit-transform: rotate(45deg);transform: rotate(45deg);position: absolute;top: 5px;bottom: 0;right: 0;margin: auto 0;}
/* ========== 医疗器械首页 end ========== */